home *** CD-ROM | disk | FTP | other *** search
/ Technotools / Technotools (Chestnut CD-ROM)(1993).ISO / database / do1beta / dbfedit.do < prev    next >
Encoding:
Text File  |  1991-08-06  |  161 b   |  8 lines

  1. /*
  2.     demo a full screen editor for a DBF file
  3. */
  4. do dbflib; % load the Dbffile::edit() method, among others
  5. db = new(Dbffile,"test");
  6. edit(db);
  7. close(db);
  8.